Skip to content

fix table migration index migration step#5544

Draft
Shubham8287 wants to merge 4 commits into
masterfrom
shub/fix-table-migration-index-migration-step
Draft

fix table migration index migration step#5544
Shubham8287 wants to merge 4 commits into
masterfrom
shub/fix-table-migration-index-migration-step

Conversation

@Shubham8287

Copy link
Copy Markdown
Contributor

Description of Changes

API and ABI breaking changes

Expected complexity level and risk

Testing

These tests verify that changing a table or column accessor_name in a module
schema triggers ChangeTableAccessorName and ChangeColumnAccessorName steps.
They currently fail because the auto-migration logic is not yet implemented.
Add ChangeTableAccessorName and ChangeColumnAccessorName step variants and
their full execution pipeline: auto-migration planning, datastore mutations
(updating st_table_accessor / st_column_accessor system tables and in-memory
schema), rollback support, formatter rendering, and step execution handlers.
@Shubham8287 Shubham8287 marked this pull request as draft July 15, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant